From: Jan-Niklas Burfeind Date: Fri, 10 Oct 2025 14:01:27 +0000 (+0200) Subject: uradvd: implement test.sh X-Git-Url: http://git.openwrt.org/%22https:/collectd.org//%22/%22https:/collectd.org/%22?a=commitdiff_plain;h=906b9248e36eb79353fa637d261c4cfbb90772d7;p=feed%2Fpackages.git uradvd: implement test.sh to verify the version emitted by uradvd is not empty. Signed-off-by: Jan-Niklas Burfeind --- diff --git a/net/uradvd/test.sh b/net/uradvd/test.sh new file mode 100644 index 0000000000..2c3e6604f4 --- /dev/null +++ b/net/uradvd/test.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash + +uradvd --version | grep -Fx "uradvd $PKG_SOURCE_DATE"